@import url('https://web.archive.org/web/20230924165211cs_/https://fonts.googleapis.com/css?family=Karla:400,400i,700');

/* font-family: 'Karla', sans-serif; */
/*@font-face{
    font-family: 'Karla', sans-serif;
    src:url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/fonts/font/Karla-BoldItalic.ttf);
}*/
@font-face{
    font-family:Muli-Regular;
    src:url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/fonts/font/Muli-Regular.ttf);
}

*{
    margin: 0 auto;
    padding: 0;
}
a{
    text-decoration:none;
}
a:hover, a:focus{
    text-decoration:none;
}
ul,ol{
    list-style-type:disc;
	margin-left:25px;
    margin-bottom: 0;
}
h1, h2{
	font-family:Muli-Regular;
	margin:0;
}

body{
    font-family:Muli-Regular;
}
/******Main css start*******/
#head-part {
    background: #000;
    padding: 10px 0;
}
.top-right ul{
    list-style: none;
}
.top-right ul li{
    /*float: right;*/
    /*padding-top:10px;*/
	display:inline-block;
}
.leftme_icons .row{
	background:#FFC300;
}
.leftme_icons hr{
	border:5px solid #fff;
	padding:0px;
	margin:0px;
}
.leftme_icons .row{
	padding:10px;
}
.leftme_icons i{
	font-size:40px;
	text-align:center;
}
.leftme_icons a{
	text-decoration:none;
	color:#000;
}
.leftme_icons .text_portion{
	font-size:16px;
}
.top-right ul li a{
    color:#fff;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.top-right ul li a:hover{
    color:#FFC300;
    text-decoration: none;
}
/*.top-right p{
    float: left;
    line-height: 35px;
    padding-top:10px;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    padding-left:20px; 
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;   
}*/
.top-left-contact, .top-left-mail{
    line-height: 35px;
    /*padding-top:10px;*/
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    /*padding-left:20px; */
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;   
}
.top-left-contact a, .top-left-mail a{
	color:#fff;
}
.top-left-contact a:hover, .top-left-mail a:hover{
	color:#FFC300;
}
.head-part .top-left-contact i, .head-part .top-left-mail i{
    color:#FFC300;
}
.top-right p:hover{
    color:#FFC300;
    text-decoration: none;
}
.login-regester {
    display: inline-block;
    /*width: 49%;*/
}
.top-right {
    /*width: 50%;*/
    display: inline-block;
}
.login-regester ul li{
    display: inline-block;
}
.login-regester a {
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.login-regester a:hover {
    color: #FFC300;
    text-decoration: none;
}

/****Right Sign in + Sign up button code end****/
.navbar-default{
    background:#fff;
    border:none;
}
.navbar-inverse{
	margin-bottom:0;
}
.logo {
    padding-top: 12px;
}
.navbar-default img{
    padding-top: 5px;
    /*width:150px;
    height: 45px;*/
}
.navbar-default ul li a {
    font-size: 16px;
    color: #454545 !important;
    line-height: 40px;
    font-family: Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    padding: 15px 22px;
}
.navbar-default ul li a:hover{
    color:#FFC300 
}

.navbar-default ul li a:before{
    position: absolute;
    content: "";
    width:0px;
    height:2px;
    background:#FFC300;
    left:0px;
    bottom:10px;
    opacity: 0;
    margin-left: 14px;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.navbar-default ul li:hover > a:before{
      opacity: 1;
      left:0px;
      width:80%;
    
}
/**=========Navegation fixed css code start============**/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999999999999999999999;
    border-bottom:1px solid #FFC300;
    padding: 0px 0px;
     transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
  }
/**=========Nav are complete============**/


/*#banner{
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
    margin-top: -20px;
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/background.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner-text h2{
    font-size: 45px;
    color:#fafafa;
    text-align:left;
    font-family:Muli-Regular;
	text-align:center;
}
.banner-text h3{
    font-size: 45px;
    color:#FFC300;
    text-align: right;
    padding-left: 20px;
    padding-left: 20px;
    font-family:Muli-Regular;
	text-align:center;
}
.banner-text h2 span{
    color:#FFC300;
    font-family:Muli-Regular;
}
.banner-text h3 span{
    color:#fafafa;
     font-family:Muli-Regular;
}
.banner-text .register{
    padding: 10px 30px;
    border:2px solid #FFC300;
    color:#fff;
    font-size: 16px;
    margin-left: 450px;
    text-transform:uppercase;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.banner-text .register:hover{
    text-decoration: none;
    background:#FFC300;
}*/


/* ----------------------------------------------------------- 
 hero banner
 ----------------------------------------------------------- */
.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
    z-index: 999;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text .banner-text h2 {
    font-size: 45px;
    color: #fafafa;
    text-align: left;
    font-family: Muli-Regular;
    text-align: center;
}
.slide-text .banner-text h2 span {
    color: #FFC300;
    font-family: Muli-Regular;
}
.slide-text .banner-text h3 {
    font-size: 45px;
    color: #FFC300;
    text-align: left;
    font-family: Muli-Regular;
    text-align: center;
}
.slide-text .banner-text h3 span {
    color: #fafafa;
    font-family: Muli-Regular;
}

.slide-text .banner-text .register:hover {
    text-decoration: none;
    background: #FFC300;
}
.slide-text .banner-text .register {
    padding: 10px 30px;
    border: 2px solid #FFC300;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
	margin-top:30px;
	display: inline-block;
}


/* ----------------------------------------------------------- 
 hero banner
 ----------------------------------------------------------- */



/*****================side social nav are start======================********/

#mySidenav{
    position: fixed;
    top:200px;
    left:0px;
    z-index: 999999999999999999;
}

#mySidenav a {
    position: absolute;
    left: -97px;
    transition: 0.3s;
    width: 150px;
    padding-left: 10px;
    padding-top:10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    /*border-radius: 0 5px 5px 0;*/
    transition: all linear 0.4s;
     -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 25px;
    background-color: #FFC300;
    font-family:Muli-Regular;
}
#about i{
    color:#FFC300;
    padding:14px 11px;
    background:#454545;
    margin-left: 30px;
    position: absolute;
    right:0px;
    top:0px;
}


#blog {
    top: 12px;
    background-color: #FFC300;
    font-family:Muli-Regular;
}
#blog i{
    color:#FFC300;
    padding:14px 14px;
    background:#454545;
    margin-left: 30px;
    position: absolute;
    right:0px;
    top:0px;
}

#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
    top: 135px;
    background-color: #FFC300;
    font-family:Muli-Regular;
}

#projects i{
    color:#FFC300;
    padding:14px 14px;
    background:#454545;
    margin-left: 30px;
    position: absolute;
    right:0px;
    top:0px;
}


.top{
    position: fixed;
    right:30px;
    bottom: 50px;
    padding: 10px 16px;
    background: #FFC300;
    font-size: 20px;
    color:#fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #000;
    /*border-radius: 20px 0px 20px 0px;*/
}
.top:hover{
    color:#fff;
}
/********===============Banner are complete=====================*********/
#live_chat{
    padding-bottom: 18px;
    padding: 12px;
    background: #FFC300;
}
#live_chat h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    font-family: 'Karla', sans-serif;
    line-height: 79px;
}
#live_chat h2 span{
    text-transform: uppercase;
    color:#fafafa;
    display:inline-block;
    font-family: 'Karla', sans-serif;
}
.btn-login{
	font-size: 16px;
    color:#bdbdbd;
    display: inline-block;
    padding: 8px 35px;
    background:#fff;
    margin-top: 21.5px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
	border-radius:0px;
	width:100%;
	border-radius:100px 0px 0px 100px;
	//margin-top:7px;
}
.btn-login:hover{
    text-decoration: none;
    color:#454545;
    background: #FFC300;
	border-radius:0px;
}
.login_area{
	background:#ffc300;
}
.login_area input{
	height:42px;
	border-radius:0px;
	border:0px;
	background:#ececec;
	color:#000;
	font-weight:bold;
	box-shadow:inset 0px 0px 0px 0px red;
	text-shadow:0px;
	border:1px solid #r7r7r7;
	transition:border 0.3s;
	width:80%;
}
.strange_one1 i{
	font-size:24px;
	padding:10px 5px 10px 18px;
	color:#bdbdbd;
	
}
.strange_one1{
	border-radius:100px 0px 0px 100px;
}
/* .login_area input:focus{
	box-shadow:inset 0px 0px 0px 0px red;
	border:5px solid #fff;
} */
.login_area input:focus{
	border:5px solid #fff;
	background:#fff;
}
.login_area input::placeholder{
	color:#bdbdbd;
}
.strange_one1{
	background:#e7e7e7;
}
#live_chat .chat_now{
    font-size: 16px;
    color:#fff;
    display: inline-block;
    padding: 10px 40px;
    background: #000;
    margin-top: 18px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#live_chat .chat_now:hover{
    text-decoration: none;
    color:#454545;
    background: #fafafa;
}
/***************=====Buy The Package end======******************/
#about_side{
    padding-top:30px;
    padding-bottom: 70px;
}
.about_right{
    /* padding-top: 10px; */
}
#about_side .about_left h3, .about_right h3 {
    font-size: 34px;
    color: #454545;
    padding-top: 7px;
    font-family: Muli-Regular;
    font-weight: 700;
    margin-top: 0;
}
.about_left p{
	font-size:15px;
	line-height:28px;
}
#about_side .about_left h4{
    font-size: 17px;
    color:#454545;
    padding-bottom: 8px;
    /* text-align: justify; */
    font-family:Muli-Regular;
	line-height: 28px;
}
#about_side .about_left .buy, #about_side .about_right .buy{
    font-size: 15px;
    color:#454545;
    padding: 8px 30px;
    /*border-radius: 70px 1px 70px 1px;*/
    border:1px solid #FFC300;
	background:#FFC300;
    margin-top: 31.2px;
	width:100%;
	text-align:center;
	font-weight:bold;
	display:inline-block;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#about_side .about_left a.buy:hover{
    border:1px solid #0472c2;
	background:#0472c2;
}

#about_side .about_left .buy:hover{
    background:#FFC300;
    color:#fff;
    text-decoration: none;
}
.4hour_adult_h3{
	font-size:32px;
	text-align:left;
	margin-left:0px;
}
.phone_first_banner h2, .phone_first_banner h3{
	text-align:center;
}

#about_side .about_right h3 {
    /* font-size: 17px; */
    /* color: #454545; */
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    /* text-align: justify; */
    /* font-family: Muli-Regular; */
   /*  line-height: 28px; */
}
#about_side .about_right .buy{
    font-size: 15px;
    color:#454545;
    padding: 8px 30px;
    /*border-radius: 70px 1px 70px 1px;*/
    border:1px solid #FFC300;
	background:#FFC300;
   /*  margin-left: 20px; */
	display:inline-block;
	margin-top: 31.2px;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#about_side .about_right a.buy:hover{
    border:1px solid #0472c2;
	background:#0472c2;
	color:#fff;
}
/*#about_side .about_right .buy:hover{
    background:#FFC300;
    color:#fff;
    text-decoration: none;
}*/
#about_side .center img{
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#about_side .center img:hover{
    transform: scale(1.2);
}
/*******End of this section******/

#get-simple{
   /*  padding-bottom: 70px; */
    padding-top: 50px;
    background:#F0EFF4;
}
#get-simple .left-sid p{
    font-size:15px;
    /*padding-right: 16px;*/
    color: #454545;
    /*text-align: justify;*/
    font-family:Muli-Regular;
	/* line-height:28px; */
}
.why-choose-list {
    padding-top: 15px;
}
#get-simple .left-sid .why-choose-list ul li i {
    color: #FFC300;
    padding-right: 15px;
}
.why-choose-list {
    padding-top: 15px;
    line-height: 30px;
}
#get-simple h3{
    font-size:40px;
    color: #454545;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
     font-family:Muli-Regular;
}
#get-simple h3 span{
    color:#FFC300;
    /*font-size:45px;*/
    font-family:Muli-Regular;
}
/*#get-simple .left-sid p{
    font-size:18px;
    color: #454545;
    font-family:bold;
}*/
#get-simple .left-sid p i{
    color:#FFC300;
    padding-right: 15px;
}
.video{
   /* padding-right:10px;
    padding-top: 30px;*/
	display:block;
	min-height: 310px;
}
.video_border {
    box-shadow: 0px 0px 0px 7px #FFC300;
	margin-top: 15px;
}
/*****======End of the section======*******/
#subscribe{
    position:relative;
    padding-top:20px;
    padding-bottom: 80px;
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/background.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#subscribe h3{
    font-size:30px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Karla', sans-serif;
}
#subscribe .email {
    width: 560px;
    height: 40px;
    color: #454545;
    font-size: 16px;
    /*border-radius: 70px 1px 70px 1px;*/
    padding-left: 30px;
    padding-right: 85px;
    /*margin-left: 164px;*/
    background: #fafafa;
    opacity: 0.7;
    font-family: 'Karla', sans-serif;
    border: none;
}
#subscribe .sub{
    position: absolute;
    top:0px;
    color:#fff;
    right:5px;
    font-size: 20px;
    width:80px;
    height:40px;
    background:#FFC300;
    /*border-radius: 70px 1px 70px 1px;*/
    border:none;
    font-family:Muli-Regular;
}
.email-box {
    width: 57%;
    position: relative;
}

/*********End os the subscribe section**************/
/************Get-simple section are complete**************/
#course-maintain{
    padding-top:50px;
    padding-bottom: 50px;
}
#course-maintain h3 {
    font-size: 40px;
    /* color: #fff; */
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-family: Muli-Regular;
    line-height: 30px;
}
.course-left .more_btn {
    margin-top: 4px;
    display: inline-block;
}
#course-maintain h3 span{
    font-size: 40px;
    color:#FFC300;
    font-family:Muli-Regular;
}
.course-left{
    display: inline-block;
    padding-top:20px;
    padding-bottom: 20px;
}
.course-left ul{
    list-style: none;
}
.course-left ul li{
    float:left;
    width:350px;
    height:500px;
    margin-left: 30px;
}
.course-left img{
    width:350px;
    height:230px;
    margin-top: -20px;
    overflow: hidden;
    border-bottom: 4px solid #FFC300;
     transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    -webkit-transition: all linear 0.6s;
    -ms-transition: all linear 0.6s;
}

.advanced-driving-img{
	position:relative;
}
.course-left .head {
    font-size: 20px;
    color: #000;
    text-align: justify;
    font-family: Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    padding-top: 10px;
    display: block;
    padding-bottom: 15px;
}
.course-left .head:hover{
    text-decoration: none;
    color:#FFC300;
}
.course-left ul li p{
    font-size: 14px;
    color:#454545;
    padding-right: 5px;
    text-align: justify;
    font-family:Muli-Regular;
}
.course-left .more_btn{
    padding:9px 40px;
    /*padding-left: 40px;*/
    border:2px solid #FFC300;
	background:#FFC300;
    /*border-radius: 70px 1px 70px 1px;*/
    font-size: 14px;
	line-height: 22px;
    color:#fff;
    text-transform: uppercase;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.course-left a.more_btn:hover{
	border: 2px solid #0472c2;
    background: #0472c2;
	color:#fff;
}
.course-left .more_btn:hover{
    background:#FFC300;
    color:#fff;
    /*border-radius: 70px 1px 70px 1px;*/
    text-decoration: none;
}
.course-left .det{
    margin-left: 10px;
    padding:12px 50px;
    /*padding-left: 40px;*/
    border:2px solid #FFC300;
    font-size: 14px;
    color:#454545;
    /*border-radius: 70px 1px 70px 1px;*/
    text-transform: uppercase;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.course-left .det:hover{
    background:#FFC300;
    color:#fff;
    /*border-radius: 70px 1px 70px 1px;*/
    text-decoration: none;
}
.course-left .item h3 {
    position: absolute;
    bottom: 6px;
    /*opacity: 0.9;*/
    margin-left: 10px;
    /* transform: rotate(25deg); */
    font-size: 25px;
    color: #fafafa;
    padding-top: 10px;
    width: 70px;
    height: 55px;
    z-index: 99999999999999;
    border: 4px solid #ffffff;
    background: #FFC300;
    font-family: Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.course-left .item h3:hover{
    transform: none;
}
.course-left .item h3 strong{
	display: block;
}

/****========================End of the seetion===========================******/
/*#contact_us{
    padding-bottom: 26px;
    padding-top: 35px;
    background:#0E35F9;
}*/

.home-contact-row {
    position: relative;
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/great-way-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	padding-bottom: 50px;
    padding-top: 60px;
}

#contact_us p{
    font-size: 30px;
    color:#fff;
    display: inline-block;
    text-transform: uppercase;
    font-family:Muli-Regular;
}
#contact_us .contact_now{
    font-size: 14px;
    color:#fff;
	font-weight:bold;
    display: inline-block;
    padding: 10px 30px;
    /* border:5px solid #000; */
	background:#FFC300;
    /*border-radius: 70px 1px 70px 1px;*/
    text-transform: uppercase;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#contact_us a.contact_now:hover{
	/* border: 2px solid #0472c2; */
    background: #0472c2;
    color: #fff;
	/* border:5px solid #fff; */
}
#contact_us .contact_now:hover{
    text-decoration: none;
    color:#454545;
    background: #FFC300;
}

/*===========================This contact section are complete==================*/
.slick_side{
    padding-bottom: 50px;
}
.Partner h3{
    font-size:30px;
    color: #454545;
    text-align: center;
    width:300px;
    padding-top: 50px;
    border-bottom-style:groove;
    border-bottom: 1px solid #FFC300;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family:Muli-Regular;
}
.Partner h3 span{
    color:#FFC300;
    font-family:Muli-Regular;
}
/**********==============End of this section====================************/
#footer_area{
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/footer-bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    padding-top:150px;
}
#footer_area .footer-left h3{
    font-size: 30px;
    color:#FFC300;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFC300;
    width:200px;
    cursor: pointer;
    margin-left: -0px;
    text-transform: uppercase;
    font-family:Muli-Regular;
    margin-top: 20px;
    margin-bottom: 10px;
}
#footer_area .footer-left ul {
    list-style: none;
    margin-left:0px;
    display: inline-block;
}
#footer_area .footer-left ul li{
    float: left;
    padding-left: 20px;
}
#footer_area .footer-left ul li a{
    color: #fff;
    font-size: 20px;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    font-family:Muli-Regular;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#footer_area .footer-left ul li a:hover{
  color:#FFC300;  
}
#footer_area .footer-left p {
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
    /*text-align: justify;*/
    font-family: Muli-Regular;
    line-height: 24px;
    display: block;
    padding: 7px 0 12px 0;
}
.know_more{
    padding: 10px 30px;
    border:2px solid #fff;
    border-style: dotted;
    font-size: 20px;
    color:#fff;
    text-transform: uppercase;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.know_more:hover{
    text-decoration: none;
    background:#fff;
    color:#454545;
}
/***********================Footer left are complete====================***************/
.footer-center h3{
    font-size: 30px;
    color:#FFC300;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFC300;
    width:200px;
    cursor: pointer;
    margin-left: -0px;
    text-transform: uppercase;
    font-family:Muli-Regular;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-center ul li{
    padding-bottom: 10px;
}
.footer-center ul li a{
    color:#fafafa;
    font-size: 16px;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.footer-center ul li a:hover{
    text-decoration:none;
    color:#FFC300;
    padding-left:10px;
}
/***********Footer center are complete**************/
.footer-right h3{
   font-size: 30px;
    color:#FFC300;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFC300;
    width:200px;
    cursor: pointer;
    margin-left: -0px;
    text-transform: uppercase;
    font-family:Muli-Regular;
}
.footer-right ul li{
    padding-top: 20px;
}
.footer-right ul li a{
    color:#fff;
    font-size: 14px;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.footer-right ul li a:hover{
    text-decoration:none;
    color:#FFC300;
}
.footer-right ul li i{
    padding-right: 10px;
    font-size: 18px;
}
#copyright{
    padding-top:20px;
    padding-bottom: 20px;
    background: #000; 
    border-bottom: 4px solid #454545;
}
#copyright .copy h3{
    font-size: 14px;
    color:#fff;
    text-align: center;
    font-family:Muli-Regular;
}
#copyright .copy h3 span{
    color:#FFC300;
    font-size: 14px;
    cursor: pointer;
}

/*************=========================Home PAge are completet=========================******************/



/* ************************************* faq page **************************    */


.faq_one h6{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_one span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}
.faq_one p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_one a{
    color:#454545;
    font-family:Muli-Regular;
}

/****=================one faq are complete=================****/
.faq_two h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_two p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_two span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================Two faq are complete=================****/

.faq_three h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_three h4{
    font-size: 25px;
    color:#FFC300;
    text-align: center;
    text-transform: uppercase;
    font-family:Muli-Regular;
}
.faq_three h5{
    font-size: 16px;
    padding-bottom: 20px;
    color:#454545;
    padding-top: 30px;
    text-align:justify;
    font-family:Muli-Regular;
}
.faq_three p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_three span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}
.faq_three .reg{
    font-size: 16px;
    padding:12px 40px;
    color:#fff;
    background:#FFC300;
    /*border-radius: 80px 1px 80px 1px;*/
    box-shadow: 2px 2px 2px 2px #000;
    font-family:Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.faq_three .reg:hover{
    text-decoration: none;
    color:#454545;
}
/****=================Three faq are complete=================****/

.faq_four h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_four p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_four span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================four faq are complete=================****/

.faq_five h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_five p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_five span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================five faq are complete=================****/

.faq_six h3{
    border:4px solid #FFC300!important;
    margin-bottom: 60px;
}
.faq_six p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_six span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================six faq are complete=================****/

.faq_seven h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_seven p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_seven span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================seven faq are complete=================****/

.faq_eight h3{
    border:4px solid #FFC300;
    margin-bottom: 60px;
}
.faq_eight p{
    font-size: 14px;
    color:#454545;
    text-align: justify;
    font-family:Muli-Regular;
}
.faq_eight span{
    font-size: 20px;
    color:#FFC300;
    font-family:Muli-Regular;
}

/****=================eight faq are complete=================****/

.cd-faq-categories{
    font-family:Muli-Regular;
}

.cd-faq-categories a:hover{
    text-decoration: none;
}

.cd-faq-trigger{
    color:#454545;
    font-family:Muli-Regular;
}
.cd-faq-trigger:hover{
    text-decoration: none;
}


.inner-banner{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    /*margin-top: -20px;*/
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/faq.jpeg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.inner-banner .banner-text{
	text-align:center;
}
.inner-banner .banner-text h3 {
    font-size: 40px;
    color: #fafafa;
    text-align: center;
    /*width: 400px;
    margin-left: 400px;*/
    padding-bottom: 25px;
    padding-top: 25px;
    background: #000;
    opacity: 0.7;
    /*transform: rotate(20deg);*/
    font-family: Muli-Regular;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    display: inline-block;
    padding: 2% 8%;
    margin: 0 auto;
    text-align: center;
}
.inner-banner .banner-text h3:hover{
    transform: none;
}
.cd-faq-categories a{
	font-size: 20px;
}


/* *************************************** program ************************************ */

.program_rules h3{
    font-size: 40px;
    padding-top: 50px;
    color:#454545;
   font-family:Muli-Regular;
}
.program_rules{
    position: relative;
    padding-bottom: 50px;
}
.program_rules p{
    font-size: 16px;
    color:#454545;
    font-family:Muli-Regular;
}
.program_rules p i{
    font-size: 18px;
    color:#FFC300;
    padding-right: 5px;
}
.right_img{
    /*float: right;
    width:300px;
    height:300px;*/
    position: relative;
    top:70px;
    /*right:0px;*/
    width: 100%;
height: auto;
}
.hover_part {
    position: absolute;
    right: 0px;
    top: 190px;
    width: 370px;
    height: 130px;
    background: #FFC300;
    z-index: 8888888;
    left: 10px;
}
.hover_part span{
    font-size: 20px;
    color:#fff;
    margin-left: 120px;
    margin-top:20px;
    width:100px;
    height:40px;
    z-index: 9999999;
    display: inline-block;
    opacity:none;
    
}
.gdl{
    position: absolute;
    top:40px;
    padding: 12px 50px;
    color:#fff;
    margin-left: 80px;
    /*border-radius: 70px 1px 70px 1px;*/
    box-shadow: 2px 2px 2px 2px #454545;
    font-family:Muli-Regular;
     transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.gdl:hover{
    background: #fff;
    color:#454545;
    text-decoration: none;
}

/******==================Down The line css start======================*******/
.top{
    position: fixed;
    right:30px;
    bottom: 50px;
    padding: 10px 16px;
    background: #FFC300;
    font-size: 20px;
    color:#fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #000;
    /*border-radius: 20px 0px 20px 0px;*/
}
.top:hover{
    color:#fff;
}

/*********===================Scrolling End css=================**********/
.text_part p{
    /*padding-top: 45px;*/
    font-size: 16px;
    color:#454545;
    text-align: justify;
}


#demo_four{
    font-size:16px;
    color:#454545;
    font-family:Muli-Regular;
    padding-top: 20px;
    padding-left: 20px;
}
/*.tip-four{
    position: relative;
    border-radius: 0px;
    width:550px;
    height:45px;
    margin-left: 20px;
    margin-top:50px;
    font-size: 20px;
    background: #454545;
    color:#fff;
    font-family:Muli-Regular;
    border:none;
}*/
.tip-four span{
    position: absolute;
    top:0px;
    left:0px;
    color: #454545;
    background: #FFC300;
    width:80px;
    height:45px;
    padding-top:10px;
    padding-right: 5px;
}
/**=================4d Are complete collspan====================**/

#demo_five{
    font-size:16px;
    color:#454545;
    font-size: 16px;
    font-family:Muli-Regular;
    padding-top: 20px;
    padding-left: 20px;
}
.tip-five{
    position: relative;
    border-radius: 0px;
    width:550px;
    height:45px;
    /*margin-left: 20px;*/
    font-size: 20px;
    background: #454545;
    color:#fff;
    font-family:Muli-Regular;
    border:none;
}
.tip-five span{
    position: absolute;
    top:0px;
    left:0px;
    color: #454545;
    background: #FFC300;
    width:80px;
    height:45px;
    padding-top:10px;
    padding-right: 5px;
}
.program-text{
	padding-top: 45px;
	margin-bottom: 80px;
}
.program-text-row {
    padding-top: 50px;
}
.advanced-driving-img h3{
	font-size:20px !important;
}
.text-row-new {
    text-align: center;
    padding: 50px 0;
}
.text-row-new h3{
	font-size: 40px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: Muli-Regular;
	line-height: 30px;
}
.text-row-new h3 span {
    color: #FFC300;
    font-family: Muli-Regular;
}

.program-driving-course{
	background:#f6f6f6;
}

.program-driving-course-bottom{
	padding:60px 0;
}
.program-list-col {
    margin-top: 25px;
}
.program-list-col .panel-default > .panel-heading .panel-title {
    line-height: 32px;
}

.program-list-col .panel-group .panel {
    border-radius: 0px !important;
}
.program-list-col .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #FFC300;
}
.program-driving-course-bottom h3{
	font-size:40px;
}
.program-list-col .panel-default .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.program-list-col .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
    background: #FFC300;
    width: 30px;
    text-align: center;
    color: #fff;
	line-height: 30px;
    font-weight: 400;
}
.program-driving-course-bottom-list ul li{
	/* line-height:30px; */
	font-size:15px;
}
.program-driving-course-bottom-list ul li {
    /* line-height: 34px; */
    font-size: 15px;
}
.program-driving-course-bottom-list ul li span{
	//color:#FFC300;
	padding-right:5px;
	font-weight:bold;
}
/* testimonial */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    text-shadow: none;
    margin-top: 30px;
    z-index: 9999;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonial-row {
    background: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/testimonial-bg.jpg);
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-row h3 {
    font-size: 40px;
    color: #333;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: Muli-Regular;
    line-height: 30px;
}
.testimonial-row h3 span {
    color: #FFC300;
    font-family: Muli-Regular;
}
.testimonial-row blockquote p{
	font-size:14px;
}
.testimonial-row .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
}
.advanced-driving-img h3 {
    padding-bottom: 0px !important;
    line-height: 18px !important;
    padding-top: 6px !important;
}



/* ==============================================================================
new faq 
=============================================================================== */

.faq-row{
	padding:70px 0;
	background:#f3f3f5;
}
.faq-row .sidebar-left ul li a {
    background-color: #4e5359;
    line-height: 26px;
    border-radius: 0;
	border-left:4px #4e5359 solid;
	color:#fff;
}
.faq-row .sidebar-left ul li.active a {
    background: #42464b;
	border-left:4px #FFC300 solid;
}

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
.faq-row .tab-content h3 {
    margin: 0px;
    padding-bottom: 18px;
}
.faq-row .tab-content .panel-group .panel .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #FFC300;
	border-radius: 0;
}
.faq-row .tab-content .panel-group .panel .panel-heading .panel-title{
	line-height:38px !important;
}
.faq-row .tab-content .panel-group .panel .panel-heading .panel-title i{
	color:#FFC300;
}
.faq-row .tab-content .panel-group .panel{
    border-radius: 0;
}
.regester-now-btn {
    line-height: 50px;
}
.regester-now-btn a{
	color: #fff;
    background-color: #FFC300;
    border-color: #FFC300;
	border-radius: 0;
	padding:7px 25px;
}


/*  program page */

.program_rules h3{
    font-size: 40px;
    padding-top: 50px;
    color:#454545;
   font-family:Muli-Regular!important;
}
.program_rules{
    position: relative;
    padding-bottom: 50px;
}
.program_rules p{
    font-size: 16px;
    color:#454545;
    font-family:Muli-Regular!important;
}
.program_rules p i{
    font-size: 18px;
    color:#FFC300;
    padding-right: 5px;
}
.right_img{
    float: right;
    width:300px;
    height:300px;
    position: absolute;
    top:70px;
    right:0px;
}
.hover_part{
    position: absolute;
    right:0px;
    top:156px;
    width:300px;
    height:130px;
    background:#FFC300;
    z-index: 8888888;
}
.hover_part span{
    font-size: 20px;
    color:#fff;
    margin-left: 120px;
    margin-top:20px;
    width:100px;
    height:40px;
    z-index: 9999999;
    display: inline-block;
    opacity:none!important;
    
}
.gdl{
    position: absolute;
    top:40px;
    padding: 12px 50px;
    color:#fff;
    margin-left: 80px;
    border-radius: 70px 1px 70px 1px;
    box-shadow: 2px 2px 2px 2px #454545;
    font-family:Muli-Regular!important;
     transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
.gdl:hover{
    background: #fff;
    color:#454545;
    text-decoration: none;
}
.program_rules-right {
    position: relative;
}

/******==================Down The line css start======================*******/
/*.top{
    position: fixed;
    right:30px;
    bottom: 50px;
    padding: 10px 16px;
    background: #FFC300;
    font-size: 20px;
    color:#fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #000;
    border-radius: 20px 0px 20px 0px;
}
.top:hover{
    color:#fff;
}*/

/*********===================Scrolling End css=================**********/
.text_part p{
    padding-top: 12px;
    font-size: 16px;
    color:#454545;
    text-align: justify;
}


#demo_four{
    font-size:16px;
    color:#454545;
    font-family:Muli-Regular!important;
    padding-top: 20px;
    padding-left: 20px;
}
.tip-four{
    position: relative;
    border-radius: 0px!important;
    width:100%;
    height:45px;
    /*margin-left: 20px;
    margin-top:50px;*/
    font-size: 20px!important;
    background: #454545;
    color:#fff;
    font-family:Muli-Regular!important;
    border:none!important;
}
.tip-four span{
    position: absolute;
    top:0px;
    left:0px;
    color: #454545;
    background: #FFC300;
    width:80px;
    height:45px;
    padding-top:10px;
    padding-right: 5px;
}
/**=================4d Are complete collspan====================**/

#demo_five{
    font-size:16px;
    color:#454545;
    font-size: 16px;
    font-family:Muli-Regular!important;
    padding-top: 20px;
    padding-left: 20px;
}
.tip-five{
    position: relative;
    border-radius: 0px!important;
    width:100%;
    height:45px;
    /*margin-left: 20px;*/
    font-size: 20px!important;
    background: #454545;
    color:#fff;
    font-family:Muli-Regular!important;
    border:none!important;
}
.tip-five span{
    position: absolute;
    top:0px;
    left:0px;
    color: #454545;
    background: #FFC300;
    width:80px;
    height:45px;
    padding-top:10px;
    padding-right: 5px;
}


/* require page */

/*
#banner{
    position: relative;
    padding-top: 80px!important;
    padding-bottom: 100px;
    margin-top: -20px!important;
    background-image: url(/web/20230924165211im_/https://www.ohiodrivereducation.com/assets/frontend/images/requirebg.jpeg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#banner .banner-text h3{
    font-size: 40px;
    color:#fff;
    text-align: center;
    width:550px;
    height:100px;
    transform: rotate(15deg);
    padding-top: 25px;
    background:#000000;
    opacity: 0.7;
    text-transform: uppercase;
    font-family:Muli-Regular!important;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
}
#banner .banner-text h3:hover{
    transform: none;
    border-radius: 100px 5px 100px 5px;
}*/
/*****=======Banner are complete=============*****/
#contact_body{
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact_body h1{
    font-size: 40px;
    color:#454545;
    padding-left:15px;
    font-family:Muli-Regular!important;
}
/*.contact_left{
    margin-top: -40px!important;
}*/
#contact_body .contact_left ul li {
    font-size: 16px;
    color: #222;
    padding: 14px 16px;
    background: #FFC300;
    font-family: Muli-Regular !important;
    line-height: 26px;
    margin-bottom: 6px;
}
#contact_body .contact_left ul li a{
    color: #222;
}
#contact_body .contact_left ul li i {
    font-size: 22px;
    /*padding-left: 20px;
    padding-top: 10px;*/
    padding-right: 10px;
    color: #333;
    line-height: 24px;
	vertical-align: middle;
}
/*******Right text collspan css start*******/
.tip-one{
    position: relative;
    border-radius: 0px!important;
    width:700px;
    height:45px;
    font-size: 20px!important;
    background: #454545;
    color:#fff;
    font-family:Muli-Regular!important;
    border:none!important;
}
#demo{
    font-size:16px;
    color:#454545;
    padding-right: 100px;
    font-family:Muli-Regular!important;
    padding-top: 20px;
}
.tip-one span{
    position: absolute;
    left:0px;
    top:0px;
    width:80px;
    padding-top:10px;
    padding-right: 5px;
    height:45px!important;
    background:#FFC300;
    color:#000;
}
.Reg {
    padding: 10px 30px;
    background: #454545;
    color: #fff;
    font-family: Muli-Regular !important;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    margin-bottom: 10px;
    display: inline-block;
}
.Reg:hover{
    text-decoration: none;
    border:1px solid #454545;
    background: none;
    color:#454545;
}
.right_side-require .panel  ul{
	margin-bottom:30px;
}

#demo_twlv{
    font-size:16px;
    color:#454545;
    padding-top: 20px;
    padding-right: 200px;
    text-align: justify;
    font-family:Muli-Regular;
}
.tip-twlv{
    position: relative;
    border-radius: 0px;
    width:700px;
    height:45px;
    font-size: 20px;
    background: #454545;
    color:#fff;
    padding-left: 40px;
    font-family:Muli-Regular;
    border:none;
}
.tip-twlv span{
    position: absolute;
    top:0px;
    left:0px;
    color: #454545;
    background: #FFC300;
    width:80px;
    height:45px;
    padding-top:10px;
    padding-right: 5px;
}

.right_side-require .panel-default > .panel-heading {
    color: #333;
    background: #454545;
    border: #ddd;
}
.right_side-require .panel-default > .panel-heading .panel-title {
    color: #fff;
    line-height: 40px;
}
.right_side-require .panel-default > .panel-heading .panel-title span {
    width: 40px;
    /*height: 40px;*/
    background: #FFC300;
    text-align: center;
    color: #333;
}
.right_side-require .program-driving-course-bottom-list ul li{
	/* line-height:36px; */
}

/* live support page */

.live_support-row {
	padding:50px 0;
}
.lv_spot {
    background: #fcfcfc;
    padding: 30px;
    border: 1px #f1f1f1 solid;
    margin-top: 40px;
}
.lv_spot form .form-group input {
    min-height: 42px;
    border-radius: 0;
    border: 1px #FFC300 solid;
}
.lv_spot form .lv_spot-btn {
    min-height: 42px;
    background: #FFC300;
    border: 1px #FFC300 solid;
    text-transform: uppercase;
    color: #222;
    padding: 7px 25px;
    line-height: 28px;
    border-radius: 0;
}
.lv_spot form .lv_spot-btn:hover{
	background:#333;
	border:1px #333 solid;
	color:#fff;
}
.lv_text {
    padding-top: 18px;
}
.lv_text h3{
	line-height:30px;
}
.lv_text h3 {
    line-height: 32px;
    font-weight: 700;
}
.lv_text h3 span{
    line-height: 32px;
    font-weight: 700;
	color:#FFC300;
}
.lv_text p {
	padding-top:20px;
	font-size:15px;
    line-height: 32px;
    font-weight:400;
}
.live-heading {
    padding: 10px 5px;
}
.live-heading h2 {
    margin: 0;
    border-left: 8px #FFC300 solid;
    line-height: 60px;
    padding-left: 15px;
    background: #fbfbfb;
}

/* contact page */

.contact-form-box {
    background: #fcfcfc;
    padding: 35px;
    border: 6px #f8f8f8 solid;
}
.contact-form-box h2 {
    font-family: Muli-Regular;
    border-left: 5px #FFC300 solid;
    line-height: 46px;
    padding-left: 7px;
    margin-bottom: 30px;
	font-weight:900;
}
.contact-form-box input{
	min-height:42px;
	border-radius:0px;
}
.contact-form-box textarea{
	border-radius:0px;
}
.contact-btn {
    background: #FFC300;
        background-color: rgb(255, 195, 0);
    padding: 6px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    border-radius: 0;
    border: 1px #FFC300 solid;
}
.contact-btn:hover{
    background: #454545;
	border: 1px #454545 solid;
}

/* login page */

#login-section {
    padding: 80px 0;
    background: #f7f7f7;
}
.login-col {
    padding: 40px;
    background: #ffffff;
    border: 7px #f6f6f6 solid;
}
.login-col h3 {
    font-family: Muli-Regular;
    border-left: 5px #FFC300 solid;
    line-height: 46px;
    padding-left: 7px;
    margin-bottom: 30px;
	font-weight:900;
}
.login-col input{
	min-height:42px;
	border-radius:0px;
}

.login-col .login-btn{
    background: #FFC300;
    padding: 6px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    border-radius: 0;
    border: 1px #FFC300 solid;
}
.login-col .login-btn:hover{
    background: #454545;
	border: 1px #454545 solid;
}
.login-col a {
    display: block;
    padding-top: 20px;
    color: #222;
}
.register-btn{
	background: #FFC300;
    padding: 8px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    border-radius: 0;
    border: 1px #FFC300 solid;
	width:100%;
}
.login-col .register-btn:hover{
    background: #454545;
	border: 1px #454545 solid;
}
.register-col h5 {
    font-size: 20px;
    line-height: 30px;
}
.register-col p {
    font-size: 15px;
    line-height: 26px;
    padding: 21px 0;
}


.sidenav {
    position: fixed;
    top: 200px;
    left: 0px;
    z-index: 9999999;
    width: 150px;
}
.sidenav ul li {
    position: relative;
    left: -97px;
    transition: 0.3s;
    width: 150px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
	margin-bottom: 5px;
	background-color: #FFC300;
    font-family: Muli-Regular;
}
.sidenav ul li a{
	color: #fff;
}
.sidenav ul li i {
    color: #FFC300;
    padding: 14px 11px;
    background: #454545;
    margin-left: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
}
.sidenav ul li:hover {
    left: 0;
}
#live_chat_toggel {
	background: #2196F3 !important;
}

.banner_parts h4{
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding:60px 50px;
	border:5px solid #FFC300;
	transition:background 0.4s;
}
.banner_parts h4 a{
	color:#fff;
}
.banner_parts h4:hover{
	background:RGBA(255,195,0,0.3);
}
.white_bg_tra:hover{
	background:RGBA(255,255,255,0.3) !important;
}
.adt_header{
	color:#FFC300 !important;
	transition:background 0.4s;
}
.adt_header:hover{
	background:RGBA(255,255,255,0.3) !important;
}
@media only screen and (max-width: 767px){
	#live_chat h2 {
		line-height: 0px;
	}
}
/*
     FILE ARCHIVED ON 16:52:11 Sep 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:01:13 Jun 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.541 (2)
  exclusion.robots: 0.063 (2)
  exclusion.robots.policy: 0.027 (2)
  esindex: 0.03 (2)
  cdx.remote: 1642.864 (2)
  LoadShardBlock: 186.331 (6)
  PetaboxLoader3.datanode: 181.77 (8)
  load_resource: 155.046 (2)
  PetaboxLoader3.resolve: 62.149
*/